Skip to content

chore(deps): bump google-adk to 2.5.0 - #203

Merged
cploujoux merged 1 commit into
mainfrom
mendral/deps/google-adk-2.5.0
Jul 30, 2026
Merged

chore(deps): bump google-adk to 2.5.0#203
cploujoux merged 1 commit into
mainfrom
mendral/deps/google-adk-2.5.0

Conversation

@mendral-app

@mendral-app mendral-app Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

⚠️ Reviewer attention

  • Major version bump: google-adk 1.x → 2.x
  • Our imports (LiteLlm, LiteLLMClient, BaseTool, ToolContext, Agent, Runner, InMemorySessionService) all remain available in v2.x per changelog review
  • Breaking changes in v2 (removed list_events(), close_session(), async service methods, credential manager param rename) do not affect our usage in src/blaxel/googleadk/
  • New features (Workflow system, task delegation) are additive
  • Suggested manual checks: Run googleadk integration tests manually to verify model/tool behavior is unchanged

Packages bumped

Package Group Old New
google-adk googleadk >=1.4.0 >=2.5.0
Per-package details

google-adk (>=1.4.0 → >=2.5.0)

  • v2.0 GA release with new Workflow system for multi-agent orchestration
  • Removed list_events() and close_session() from SessionService
  • Credential manager parameter renamed from callback_context to tool_context
  • All service methods now async
  • SlidingWindowCompactor renamed to LlmEventSummarizer
  • Impact: Our code in src/blaxel/googleadk/ only uses LiteLlm, LiteLLMClient (model), BaseTool, ToolContext (tools), and types for schema building. None of the breaking changes touch these APIs. Tests in tests/integration/googleadk/ use Agent, Runner, InMemorySessionService which all remain in v2.

Files modified

  • pyproject.toml

Note

Created by Mendral. Tag @mendral-app with feedback or questions.

@mendral-app
mendral-app Bot requested a review from a team July 27, 2026 09:38
@mendral-app
mendral-app Bot marked this pull request as ready for review July 27, 2026 09:51
@cploujoux
cploujoux merged commit 5c4318c into main Jul 30, 2026
38 of 42 checks passed
@cploujoux
cploujoux deleted the mendral/deps/google-adk-2.5.0 branch July 30, 2026 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant